From 7f315c5323bb8185319384ae94bf913d4d15902c Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Mon, 14 Sep 2015 16:30:38 +0100 Subject: [PATCH] xen/arm: hvm_domain drop unused field instropection_enabled Signed-off-by: Julien Grall Acked-by: Ian Campbell --- xen/include/asm-arm/domain.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/include/asm-arm/domain.h b/xen/include/asm-arm/domain.h index 56aa208995..7ddaeaa074 100644 --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -17,7 +17,6 @@ struct hvm_domain { uint64_t params[HVM_NR_PARAMS]; struct hvm_iommu iommu; - bool_t introspection_enabled; } __cacheline_aligned; #ifdef CONFIG_ARM_64 -- 2.30.2